requestSync

suspend fun requestSync(groups: Boolean = true, configuration: Boolean = true, contacts: Boolean = true, blocked: Boolean = true)

Request other devices on the account send us their group list, syncable config, contact list, and block list.

Parameters

groups

Request group list sync (default: true)

configuration

Request configuration sync (default: true)

contacts

Request contact list sync (default: true)

blocked

Request block list sync (default: true)

Throws